gnomeos: Ensure we have libarchive for ostree-native
authorColin Walters <walters@verbum.org>
Fri, 27 Jan 2012 12:33:34 +0000 (07:33 -0500)
committerColin Walters <walters@verbum.org>
Fri, 27 Jan 2012 12:34:22 +0000 (07:34 -0500)
gnomeos/yocto/recipies-core/ostree/ostree.bb

index 71aa801cc0e2c1798ff0c82a813f8313638f1b0c..1f20f624f867df3705608d9465e3e23cecc786d4 100644 (file)
@@ -5,9 +5,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=97285cb818cf231e6a36f72c82592235"
 SRC_URI = "file:///src/ostree"
 S = "${WORKDIR}/ostree"
 
+RDEPENDS += "libarchive"
+
 inherit autotools
 
-EXTRA_OECONF = "--without-soup-gnome"
+EXTRA_OECONF = "--without-soup-gnome --with-libarchive"
 
 FILES_${PN} += "${libdir}/ostree/ ${libdir}/ostbuild"